home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / filesyst / sysv / sysvfs5.ann < prev    next >
Text File  |  1993-11-30  |  1KB  |  43 lines

  1. Subject: [ANNOUNCE] System V filesystem
  2.  
  3. Sysvfs is an implementation of the System V and Coherent and Xenix
  4. filesystems for Linux. It grew out of separate filesystem implementations
  5.  
  6.   Xenix FS      Doug Evans <dje@cygnus.com>  June 1992
  7.   SystemV FS    Paul B. Monday <pmonday@eecs.wsu.edu> March-June 1993
  8.   Coherent FS   B. Haible <haible@ma2s2.mathematik.uni-karlsruhe.de> June 1993
  9.  
  10. and was merged together in July 1993.
  11.  
  12. This is version alpha 5.
  13.  
  14. To install:
  15. * You need Linux 0.99.10 or newer.
  16. * Go to /usr/src/linux, unpack the tar file there, and patch the Linux source:
  17.     patch -p1 < sysvfs.cdif
  18.   To build the Linux kernel with the patches:
  19.     make config
  20.     make depend
  21.     make
  22. * To mount a disk or a partition, use
  23.     mount [-r] -t sysv device mountpoint
  24.   The file system type names
  25.                -t sysv
  26.                -t xenix
  27.                -t coherent
  28.   may be used interchangeably, but the last two will eventually disappear.
  29.  
  30. Bugs in the present implementation:
  31. - Coherent FS:
  32.   - The "free list interleave" n:m is currently ignored.
  33.   - Only file systems with no filesystem name and no pack name are recognized.
  34.   (See Coherent "man mkfs" for a description of these features.)
  35. - SystemV Release 2 FS:
  36.   The superblock is only searched in the blocks 9, 15, 18, which corresponds
  37.   to the beginning of track 1 on floppy disks. No support for this FS on hard
  38.   disk yet.
  39.  
  40.  
  41. Bruno Haible
  42. <haible@ma2s2.mathematik.uni-karlsruhe.de>
  43.